data-manipulation/encryption/des

encrypt data using TripleDES in .NET

rule:
  meta:
    name: encrypt data using TripleDES in .NET
    namespace: data-manipulation/encryption/des
    authors:
      - "0xRavenspar"
    scopes:
      static: instruction
      dynamic: call
    att&ck:
      - Defense Evasion::Obfuscated Files or Information [T1027]
    mbc:
      - Defense Evasion::Obfuscated Files or Information::Encryption-Standard Algorithm [E1027.m05]
      - Cryptography::Encrypt Data::3DES [C0027.004]
    references:
      - https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.tripledescryptoserviceprovider.createencryptor
  features:
    - or:
      - api: System.Security.Cryptography.TripleDESCryptoServiceProvider::CreateEncryptor

last edited: 2025-03-20 15:06:27